@charset "utf-8";
@import url("fonts.css");
html, body {
  padding: 0;
  margin: 0;
  background: #fff;
}

* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Verdana, 'Microsoft YaHei';
  border: 0;
  outline: medium;
  text-shadow: none;
  text-decoration: none;
}

*, ::after, ::before {
    box-sizing: border-box;
}

body {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

input {
  vertical-align: middle;
}

textarea {
  resize: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 14px;
}

hr {
  border-width: 1px;
  border-style: inset;
}

ul {
  list-style: none;
}

p {
  margin: 0;
}

a, a:link, a:active, a:visited, a:hover {
  text-decoration: none;
}

img, i {
  display: block;
}

i, em {
  font-style: normal;
}
html{
  height: 100%;
}
html, body {
  width: 100%;
  min-height: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}


.clear{width: 100%; clear: both;}
.clear-hg{clear:both;height:1px;width: 100%;}
.fl{float: left;}
.fr{float: right;}
.hide{display: none;}
.block{display: block;}
.text-left{text-align: left;}
.text-center{text-align: center;}
.text-right{text-align: right;}
/*定位*/
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.bc{margin-left:0;margin-right:0;}
.cl{clear:left;}
.cr{clear:right;}
.vm{vertical-align:middle;}
.pr{position:relative;}
.pa{position:absolute;}
.abs-right{position:absolute;right:0}
.zoom{zoom:1;}
.hidden{visibility:hidden;}
.none{display:none;}

.after:after{visibility:hidden;display:block;font-size:0;content:".";clear:both;height:0;line-height:0;overflow:hidden}
.mt30 {margin-top: 30px;}
.mt50 {margin-top: 50px;}
.w50{-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%; padding-right: 15px;padding-left: 15px;}
.tb100{ padding: 50px 0; }
.ovh{ text-overflow: ellipsis;white-space: nowrap;overflow: hidden; }
.trans{ transition: all .3s; }
.icons{ display: block;width: 0;height: 0;background: url("../images/icons.png") no-repeat 0 0; }



.d-flex{display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;}



@font-face {
    font-family:'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg') format('svg');
  
}
.iconfont {
    font-family:"iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}



.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 5px;
  width: 100%;
}

.pagination span{margin:0px 5px}





.container{
  width:1600px;
  margin:0 auto;
}

.dH{
  overflow: hidden;
}
.inp_pla{
  color:#999 !important;
}
.rig-title-over{
  float: left;
  line-height: 60px;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*input placeholder 样式 */

::-webkit-input-placeholder {
  color: #999999;
}

:-moz-placeholder {
  color: #999999;
}

::-moz-placeholder {
  color: #999999;
}

:-ms-input-placeholder {
  color: #999999;
}

/*修改滚动条*/

::-webkit-scrollbar{
    width:6px;
    height:6px ;
}
::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px transparent;
    background: #f8f8f8;
    border-radius: 6px;
}
::-webkit-scrollbar-thumb{
    border-radius: 6px;
    background: #bbb;
}

/* 无内容 */
.no-goods,.no-network{
  padding-top:100px;
  overflow: hidden;
  text-align: center;
}
.no-goods img{
  display: block;
  margin:0 auto 30px;
  width:220px;
  max-height: 105px;
}
.no-network img{
  display: block;
  margin:0 auto 30px;
  width:222px;
  height: 160px;
}
.no-goods p,.no-network p{
  font-size:14px;
  color:#666666;
  line-height: 20px;
}

.fixed-banner {
  position: relative;
  width: 100%;
  height: 600px;
}
.fixed-banner .nei-banner{
  position: absolute;
  text-align: center;
  top: 57%;
  transform: translateY(-50%);
  width: 100%;
}
.fixed-banner .nei-banner h3{
  color: #fff;
  font-size: 42px;
}
.fixed-banner .nei-banner p{
  font-size: 14px;
  font-weight: lighter;
  color: #fff;
}
.fixed-banner .nei-banner p a{
  color: #fff;
}


/*分页*/
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #1e90c7;
  background: #1e90c7;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  display: none;
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: none;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: none;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}


/* 更改layer样式 */
.layui-layer-btn{
  text-align: center !important;
  padding-bottom:28px !important;
}
.layui-layer-btn .layui-layer-btn0{
  display: block;
  margin:0 auto !important;
  border-radius: 0 !important;
  width:88px !important;
  text-align: center !important;
  height: 34px !important;
  line-height: 34px !important;
  border-color: #237ed2 !important;
  background-color: #237ed2 !important;
}
.layui-layer-btn .layui-layer-btn0:hover{
  background: #348eed !important;
  border-color: #348eed !important;
}

.iframe-video{
  width:100%;
  height: 470px;
  overflow: hidden;
  margin-bottom:30px;
}
.iframe-video .video-preview{
  position: relative;
  display: block;
  width:100%;
  height: 100%;
  font-size:0;
  text-align: center;
  cursor: pointer;
}
.iframe-video .video-preview::after{
  position: absolute;
  content: '';
  left: 0;
  top:0;
  right: 0;
  bottom:0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.iframe-video .video-preview::before{
  position: absolute;
  content: '';
  left: 0;
  top:0;
  right: 0;
  bottom:0;
  background: url(../images/media-icon.png) no-repeat center;
  z-index: 2;
}
.iframe-video .video-preview img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.iframe-video iframe{
  display: block;
  width:100%;
  height: 100%;
}

.index-title{
  text-align: center;
  margin-bottom: 30px;
}
.index-title p{
  color: rgba(0,0,0,0.06);
  font-size: 48px;
  font-family: ziti2;
  text-transform: uppercase;
}
.index-title h3{
  color: #333333;
  font-size: 36px;
  font-weight: bold;
  margin-top: -44px;
}
.index-title h3 span{
  color: #1e90c7;
}
.index-title a{
  display: block;
  position: relative;
  float: right;
  z-index: 10;
  margin-top: -20px;
  color: #333;
  font-size: 18px;
}
.index-title a:hover{
  color: #1e90c7;
  font-weight: bold;
}

/*float window*/
.right_fix {
    position: fixed;
    right: 0;
    width: 70px;
    top: 50%;
    z-index: 9999999;
    margin-top: -185px;
}
.right_fix > a {
    display: inline-block;
    width: 70px;
    height: 70px;
    position: relative;
    background-color: #1e90c7;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 2px;
}
.right_fix > a:hover::after {
    width: 100%;
}
.right_fix > a:hover > div {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
    opacity: 1;
}
.right_fix > a:hover > div::after {
    width: 100%;
}
.right_fix > a:hover > div > div {
    width: 100%;
}
.right_fix > a:After {
    position: absolute;
    content:'';
    width: 0px;
    right: 0;
    height: 100%;
    background-color: #1e90c7;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    top: 0;
}
.right_fix > a p, .right_fix > a i {
    color: #fff;
}
.right_fix > a p {
    font-size: 12px;
    position: relative;
    z-index: 12;
}
.right_fix > a p:nth-of-type(1) {
    padding-top: 8px;
}
.right_fix > a > div {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    line-height: 70px;
    white-space: nowrap;
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
    padding: 0 12px 0 12px;
    background-color: #FBA22E;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 12;
    visibility: hidden;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    opacity: 0;
}
.right_fix > a > div img {
    max-width: 140px;
    ;
}
.right_fix > a i {
    font-size: 24px;
    margin-top: 0px;
}